/*
 Estilos Página Personal
*/

@charset "utf-8";

* {
	margin: 10px;
	padding: 10px;
}

strong {
	background-color: white;
	color: black;
}

body, html {
	background-color: lightgrey;
  	color: black;
	padding: 2px;
  	margin: 2px;
  	font-family: arial;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 15px;
  	font-variant: normal;
  	line-height: 1;
}


header, footer {
	display: block;
	min-height: 10%;
	background: lightgrey;
	font-size: large;
	float: left;
	text-align: center;
}

tbody {color: black;}
table, th, td {
	border: 1px solid black;
}


